Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/

README.md /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/README.md
258 Views
0 Comments
# Stack Game

<h3> Tech Stack Used <img src = "https://media2.giphy.com/media/QssGEmpkyEOhBCb7e1/giphy.gif?cid=ecf05e47a0n3gi1bf
assets /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/assets/
1 Items
  • stack-demoo.gif
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/index.html
    464 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en" >
    <head>
    <meta charset="UTF-8">
    <title>DragonUncaged_Stack_Game</title>
    <link rel="stylesh
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/script.js
    254 Views
    0 Comments
    "use strict";
    console.clear();
    class Stage {
    constructor() {
    // container
    this.render = function () {

    style.css /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/style.css
    178 Views
    0 Comments
    @import url("https://fonts.googleapis.com/css?family=Comfortaa");
    html, body {
    margin: 0;
    overflow: hidden;
    height: 100%;